HTMLify

script.js
Views: 45 | Author: cody
const rellax = new Rellax(".rellax", {
  speed: -2,
  center: false,
  wrapper: null,
  round: true,
  vertical: true,
  horizontal: false,
});

Comments